ParcelAnnouncement-v1.0 Schema
ParcelRowBase Complex Type
ParcelAnnouncement-v1.0 Schema : ParcelRowBase Complex Type
Namespace urn:xmlns:nedfox-retailvista-com:parcelannouncement-v1.0
Diagram
AnnouncementDateTime Element TrackTraceBarcode Element Sequence ParcelRowBase Complex Type
Overview
Sequence
TrackTraceBarcode xs:string
This is the track and trace barcode given by a parcel service provider.
AnnouncementDateTime xs:dateTime
This is the date and time when a parcel was announced by Retail3000 at a parcel service partner.
Used By
ParcelRow Element
Source
<xs:complexType name="ParcelRowBase" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="TrackTraceBarcode" type="xs:string" minOccurs="1" />
    <xs:element name="AnnouncementDateTime" type="xs:dateTime" minOccurs="1" />
  </xs:sequence>
</xs:complexType>
See Also
ParcelAnnouncement-v1.0 Schema